home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRASESSIONLOGPAGE / TFRASESSIONLOGPAGE.txt
Text File  |  2008-11-13  |  4KB  |  150 lines

  1. inherited fraSessionLogPage: TfraSessionLogPage
  2.   Width = 540
  3.   Height = 481
  4.   Font.Height = -12
  5.   ParentFont = False
  6.   ExplicitWidth = 540
  7.   ExplicitHeight = 481
  8.   object lblMaxSessions: TResLabel [0]
  9.     Left = 268
  10.     Top = 52
  11.     Width = 197
  12.     Height = 14
  13.     Alignment = taRightJustify
  14.     Anchors = [akTop, akRight]
  15.     FocusControl = edtMaxSessions
  16.     ResourceCaption = 36510
  17.     ResourceHint = 41750
  18.   end
  19.   object lblSessionLogHyperlink: TResLabel [1]
  20.     Left = 8
  21.     Top = 449
  22.     Width = 62
  23.     Height = 14
  24.     Anchors = [akLeft, akBottom]
  25.     OnClick = lblSessionLogHyperlinkClick
  26.     ResourceCaption = 36520
  27.   end
  28.   inherited pnlBackgroundFrame: TTePanel
  29.     Width = 540
  30.     Height = 481
  31.     TabOrder = 5
  32.     ExplicitWidth = 540
  33.     ExplicitHeight = 481
  34.   end
  35.   inherited pnlHeader: TPanel
  36.     Width = 530
  37.     TabOrder = 4
  38.     ExplicitWidth = 530
  39.     inherited imgStep: TResImage
  40.       ResourceImage = 'STP_RESULTS'
  41.     end
  42.     inherited lblStep: TResStaticText
  43.       Width = 68
  44.       Height = 18
  45.       ResourceCaption = 36500
  46.       ExplicitWidth = 68
  47.       ExplicitHeight = 18
  48.     end
  49.     inherited btnContextHelp: TResTeButton
  50.       Left = 501
  51.       Visible = False
  52.       Enabled = False
  53.       ExplicitLeft = 501
  54.     end
  55.   end
  56.   object edtMaxSessions: TTeEdit
  57.     Left = 471
  58.     Top = 48
  59.     Width = 45
  60.     Height = 24
  61.     Cursor = crIBeam
  62.     OnEnter = edtMaxSessionsEnter
  63.     OnExit = MaxSessionOnExit
  64.     OnKeyPress = edtMaxSessionsKP
  65.     Anchors = [akTop, akRight]
  66.     BevelWidth = 1
  67.     BorderWidth = 3
  68.     Color = clWhite
  69.     TabOrder = 0
  70.     Text = '3'
  71.     OnChange = edtMaxSessionsOnChange
  72.   end
  73.   object memSessionLog: TMemo
  74.     Left = 8
  75.     Top = 76
  76.     Width = 524
  77.     Height = 358
  78.     Anchors = [akLeft, akTop, akRight, akBottom]
  79.     Color = clWhite
  80.     ReadOnly = True
  81.     ScrollBars = ssBoth
  82.     TabOrder = 1
  83.     WantReturns = False
  84.     WordWrap = False
  85.   end
  86.   object btnSaveToFile: TResTeButton
  87.     Left = 151
  88.     Top = 445
  89.     Width = 185
  90.     Height = 25
  91.     OnClick = btnSaveToFileClick
  92.     Anchors = [akRight, akBottom]
  93.     TabOrder = 2
  94.     ResourceCaption = 36530
  95.     ResourceHint = 41752
  96.   end
  97.   object btnClearLog: TResTeButton
  98.     Left = 346
  99.     Top = 445
  100.     Width = 185
  101.     Height = 25
  102.     OnClick = btnClearLogClick
  103.     Anchors = [akRight, akBottom]
  104.     TabOrder = 3
  105.     ResourceCaption = 36531
  106.     ResourceHint = 41753
  107.   end
  108.   object edtMaxSessionsSpnr: TTeSpinButton
  109.     Left = 516
  110.     Top = 48
  111.     Width = 15
  112.     Height = 24
  113.     Anchors = [akTop, akRight]
  114.     Associate = edtMaxSessions
  115.     SpinAlign = saRight
  116.     DownGlyph.Data = {
  117.       0E010000424D0E01000000000000360000002800000009000000060000000100
  118.       200000000000D800000000000000000000000000000000000000008080000080
  119.       8000008080000080800000808000008080000080800000808000008080000080
  120.       8000008080000080800000808000000000000080800000808000008080000080
  121.       8000008080000080800000808000000000000000000000000000008080000080
  122.       8000008080000080800000808000000000000000000000000000000000000000
  123.       0000008080000080800000808000000000000000000000000000000000000000
  124.       0000000000000000000000808000008080000080800000808000008080000080
  125.       800000808000008080000080800000808000}
  126.     EnabledSlider = False
  127.     Increment = 1
  128.     Max = 100
  129.     Min = 1
  130.     Position = 3
  131.     ThemeObject = 'default'
  132.     UpGlyph.Data = {
  133.       0E010000424D0E01000000000000360000002800000009000000060000000100
  134.       200000000000D800000000000000000000000000000000000000008080000080
  135.       8000008080000080800000808000008080000080800000808000008080000080
  136.       8000000000000000000000000000000000000000000000000000000000000080
  137.       8000008080000080800000000000000000000000000000000000000000000080
  138.       8000008080000080800000808000008080000000000000000000000000000080
  139.       8000008080000080800000808000008080000080800000808000000000000080
  140.       8000008080000080800000808000008080000080800000808000008080000080
  141.       800000808000008080000080800000808000}
  142.   end
  143.   object dlgSave: TSaveDialog
  144.     Filter = 'Text Files|*.txt'
  145.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  146.     Left = 224
  147.     Top = 168
  148.   end
  149. end
  150.